home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v10n04.arc / GRAYS.RC < prev    next >
Text File  |  1991-02-01  |  396b  |  16 lines

  1. /*--------------------------
  2.    GRAYS.RC resource script
  3.   --------------------------*/
  4.  
  5. #include "grays.h"
  6.  
  7. Grays MENU
  8.      {
  9.      POPUP "&Display"
  10.           {
  11.           MENUITEM "&Dithered",                  IDM_DITHERED, CHECKED
  12.           MENUITEM "&Palette (RGB Selection)",   IDM_PALETTERGB
  13.           MENUITEM "Pa&lette (INDEX Selection)", IDM_PALETTEINDEX
  14.           }
  15.      }
  16.